projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86837a8
)
; Fix typo in package.el doc string
author
王滋涵 Zephyr Wang
<git@wi24rd.ml>
Sun, 19 Sep 2021 15:39:26 +0000
(17:39 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 19 Sep 2021 15:40:00 +0000
(17:40 +0200)
* lisp/emacs-lisp/package.el (package-archive-column-width): Fix
copy-paste in doc string (bug#50678).
Copyright-paperwork-exempt: yes
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 7418b580e8069b8acb0932453c4b7d81cd8d6cce..a0829f118d89cbae0b05311450a3130875d04ddf 100644
(file)
--- a/
lisp/emacs-lisp/package.el
+++ b/
lisp/emacs-lisp/package.el
@@
-426,7
+426,7
@@
synchronously."
:version "28.1")
(defcustom package-archive-column-width 8
- "Column width for the Package
status
in the package menu."
+ "Column width for the Package
archive
in the package menu."
:type 'number
:version "28.1")